//--------------------------------------------------- // Purpose: Print volume and surface area of cube // Author: John Gauch //--------------------------------------------------- #include using namespace std; int main() { // Get user input // Perform calculations // Print results return 0; }